Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMP doc: improve DESCRIBE_AUTH #2231

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Conversation

mattmundell
Copy link
Contributor

What

In the GMP doc for DESCRIBE_AUTH add any to AUTH_CONF_SETTING. Also improve the example.

Why

There can be any number of settings in a group.

Example

$ o m m '<describe_auth/>'
<describe_auth_response status="200" status_text="OK">
  <group name="method:file">
    <auth_conf_setting>
      <key>enable</key>
      <value>true</value>
    </auth_conf_setting>
    <auth_conf_setting>
      <key>order</key>
      <value>1</value>
    </auth_conf_setting>
  </group>
</describe_auth_response>

@mattmundell mattmundell requested a review from a team as a code owner June 18, 2024 20:00
Copy link

Conventional Commits Report

😢 No conventional commits found.

👉 Learn more about the conventional commits usage at Greenbone.

@bjoernricks bjoernricks force-pushed the gmp-doc-describe-auth-setting branch from 0afbeb0 to 4ea3f6e Compare June 19, 2024 06:21
@bjoernricks bjoernricks enabled auto-merge (rebase) June 19, 2024 06:22
@bjoernricks bjoernricks merged commit 13fc5c8 into main Jun 19, 2024
11 checks passed
@bjoernricks bjoernricks deleted the gmp-doc-describe-auth-setting branch June 19, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants